home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / program / gcc / ixemul41.lha / ixemul-41.3 / gnulib-soft-float / negdf2.c < prev    next >
C/C++ Source or Header  |  1994-08-19  |  120b  |  10 lines

  1. #include "common.h"
  2. #include <inline/mathieeedoubbas.h>
  3.  
  4. double
  5. __negdf2 (a)
  6.      double a;
  7. {
  8.   return IEEEDPNeg (a);
  9. }
  10.